-
1 loop test
испытание ( центробежного насоса) на стенде с замкнутым контуромАнгло-русский словарь промышленной и научной лексики > loop test
-
2 Metallic Loop Test
Military: MLTУниверсальный русско-английский словарь > Metallic Loop Test
-
3 mechanized loop test
Telephony: MLTУниверсальный русско-английский словарь > mechanized loop test
-
4 missile loop test unit
Military: MLTUУниверсальный русско-английский словарь > missile loop test unit
-
5 prototype closed-loop test
Engineering: PCLTУниверсальный русско-английский словарь > prototype closed-loop test
-
6 tracking loop test set
Engineering: TLTSУниверсальный русско-английский словарь > tracking loop test set
-
7 digital loop test
Англо-русский словарь промышленной и научной лексики > digital loop test
-
8 loop-around test
проверка, испытание по шлейфу; см. loop-back testingАнгло-русский словарь промышленной и научной лексики > loop-around test
-
9 loop-back testing
см. loop-around testАнгло-русский словарь промышленной и научной лексики > loop-back testing
-
10 Test Loop Translator
Abbreviation: TLTУниверсальный русско-английский словарь > Test Loop Translator
-
11 loop transmission test
Англо-русский словарь промышленной и научной лексики > loop transmission test
-
12 Controls Analysis and Simulation Test Loop Environment
Military: CASTLEУниверсальный русско-английский словарь > Controls Analysis and Simulation Test Loop Environment
-
13 component flow test loop
Engineering: CFTLУниверсальный русско-английский словарь > component flow test loop
-
14 core component test loop
Engineering: CCTLУниверсальный русско-английский словарь > core component test loop
-
15 fission product control screening test loop
Engineering: FPCSTLУниверсальный русско-английский словарь > fission product control screening test loop
-
16 heat transfer test loop
Engineering: HTTLУниверсальный русско-английский словарь > heat transfer test loop
-
17 large-component test loop
Engineering: LCTLУниверсальный русско-английский словарь > large-component test loop
-
18 materials test loop
Engineering: MTLУниверсальный русско-английский словарь > materials test loop
-
19 small components test loop
Engineering: SCTLУниверсальный русско-английский словарь > small components test loop
-
20 self-test loop
Англо-русский словарь промышленной и научной лексики > self-test loop
См. также в других словарях:
Loop unwinding — Loop unwinding, also known as loop unrolling, is a loop transformation technique that attempts optimize a program s execution speed at the expense of its size.The goal of loop unwinding is to increase the programs speed by reducing (or… … Wikipedia
Loop (instruction) — Structure de contrôle En programmation impérative, une structure de contrôle est une commande qui contrôle l ordre dans lequel les différentes instructions d un algorithme ou d un programme informatique sont exécutées. On appelle aussi cet… … Wikipédia en Français
Loop around — A Loop line or Loop Around is a telephone company test circuit. The circuit did not connect to a specific place, and required two numbers dedicated to it. When one side of the loop was called (Side A), the caller got an approximately 1000 Hz tone … Wikipedia
Loop dependence analysis — In compiler theory, loop dependence analysis is the task of determining whether statements within a loop body form a dependence, almost always with respect to array access and modification. For a normalized loop: for i1 from l1 to u1 do for i2… … Wikipedia
Loop optimization — In compiler theory, loop optimization plays an important role in improving cache performance, making effective use of parallel processing capabilities, and reducing overheads associated with executing loops. Most execution time of a scientific… … Wikipedia
Loop quantum gravity — Not to be confused with the path integral formulation of LQG, see spin foam. This article is about LQG in its Canonical formulation.. Beyond the Standard Model … Wikipedia
Loop invariant — In computer science, a loop invariant is an invariant used to prove properties of loops.Specifically in Floyd Hoare logic, the partial correctness of a while loop is governed by the following rule of inference::frac{{Cland I};mathrm{body};{I… … Wikipedia
Test-and-set — In computer science, the test and set instruction is an instruction used to both test and (conditionally) write to a memory location as part of a single atomic (i.e. non interruptible) operation. This means setting a value, but first performing… … Wikipedia
Loop Maintenance Operations System — The Loop Management Operations System (LMOS) is a telephone company trouble ticketing system that plays an essential part in the act of repairing local loops (telephone lines). When a problem is reported to the Centralized Repair Service… … Wikipedia
Loop (education) — Looping is a process used in education in some elementary schools. When a class loops, this means that the class has the same teacher in two or more consecutive years. For example, a teacher who teaches a third grade class in one year could teach … Wikipedia
For loop — In computer science a for loop is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement.Unlike many other kinds of loops, such as the while loop, the for loop is often… … Wikipedia